home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / ckit254.zip / CKITDEMO.DOC < prev    next >
Text File  |  1992-12-01  |  2KB  |  93 lines

  1. REM Ckitdemo will work using either pcboard.sys, door.sys, callinfo.bbs
  2. REM (WILDCAT!), or dorinfox.sys (RBBS), WWIV (CHAIN.TXT), whichever you
  3. REM prefer or are running.
  4. REM Modify this file to bring up the demo for which BBS system you have.
  5. REM See the CKITDEMO.C CKITDEMO.H for the source code.
  6. REM and examples of ckit_??.lib usages.
  7. REM In order for the demo door to work properly you must
  8. REM have DSZ (Zmodem) in your path.  You should also have
  9. REM the ckit.m file, and the ckit.doc file in the dir. as ckitdemo.exe
  10. REM
  11. REM Optional is the PORT:XXXX:X cmd whereas you can change the
  12. REM comport base address and IRQ if needed OR use a FOSSIL driver
  13. REM by using PORT:F:1, where the 1 is the port to use.  F tells Ckit
  14. REM a Fossil driver is to be used.
  15. REM
  16. REM It will also accept use of the Digiboard Intelligent Async Board
  17. REM thru the PORT cmd.  To use with Digiboard, use the PORT:D:x
  18. REM whereas x is equal to the Digiboard channel in use.
  19. REM NOTE: None of the above is case sensitive.
  20. REM
  21. REM  ckitdemo c:\pcb\pcboard.sys PORT:03E8:12 uses port 03F8 and IRQ 12
  22. REM  ckitdemo c:\pcb\pcboard.sys PORT:D:5    uses Digiboard and channel 5
  23. REM  ckitdemo c:\rbbs\dorinfo1.def port:F:1 <- use fossil driver, port 1
  24. REM
  25.  
  26. c:
  27. cd \pcb\doors\ckitdemo
  28. ckitdemo c:\pcb\pcboard.sys
  29. c:
  30. cd \pcb
  31. board
  32.  
  33. ------------  OR FOR DOOR.SYS & GAP SYSTEMS------------------------
  34.  
  35. c:
  36. cd \pcb\doors\ckitdemo
  37. ckitdemo c:\pcb\door.sys
  38. c:
  39. cd \pcb
  40. board
  41.  
  42. ------------  OR FOR RBBS, QUICKBBS, REMOTE ACCESS and DORINFOx.DEF ---------
  43.  
  44. c:
  45. cd \rbbs\doors\ckitdemo
  46. ckitdemo c:\rbbs\dorinfo1.def
  47. c:
  48. cd \rbbs
  49. rbbs
  50.  
  51. ------------  OR  FOR WILDCAT Systems ------------------------
  52.  
  53. c:
  54. cd \wc\doors\ckitdemo
  55. ckitdemo c:\wc\callinfo.bbs
  56. c:
  57. cd \wc
  58. wildcat!
  59.  
  60. ------------  OR  FOR ANY BBS System  ------------------------
  61.  
  62. c:
  63. cd \doors\ckitdemo
  64. ckitdemo generic.sys
  65. c:
  66. cd \bbs
  67. board
  68.  
  69. ------------  OR FOR WWIV SYSTEMS ---------------------------------
  70. c:
  71. cd \doors\ckitdemo
  72. ckitdemo chain.txt
  73. c:
  74. cd \bbs
  75. board
  76.  
  77. ------------  OR FOR FOSSIL DRIVEN SYSTEM ---------------------------------
  78. c:
  79. cd \rbbs\doors\ckitdemo
  80. ckitdemo c:\rbbs\dorinfo1.def  port:f:1 <- Fossil port to use
  81. c:
  82. cd \rbbs
  83. rbbs
  84.  
  85. ------------  OR FOR DIGIBOARD INTELLIGENT ASYNC SYSTEMS ------------------
  86. c:
  87. cd \rbbs\doors\ckitdemo
  88. ckitdemo c:\wc\callinfo.bbs port:d:5 <- Digiboard channel to use
  89. c:
  90. cd \rbbs
  91. rbbs
  92.  
  93.